ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / GeoGridLayer<T> Class / GeoGridLayer<T> Constructor
The owner which owns this map layer.






In This Topic
    GeoGridLayer<T> Constructor
    In This Topic
    Creates one GeoGridLayer<T> instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal owner As FlexMap(Of T) _
    )
    'Usage
     
    
    Dim owner As FlexMap(Of T)
     
    Dim instance As New GeoGridLayer(Of T)(owner)
    public GeoGridLayer<T>( 
       FlexMap<T> owner
    )
    public GeoGridLayer<T>( 
        owner: FlexMap
    ); 
    public function GeoGridLayer<T>( 
       owner : FlexMap
    );
    public: GeoGridLayer<T>( 
       FlexMap<T*>* owner
    )
    public:
    GeoGridLayer<T>( 
       FlexMap<T^>^ owner
    )

    Parameters

    owner
    The owner which owns this map layer.
    See Also